All Packages Class Hierarchy This Package Previous Next Index
Class quicktime.std.sg.AudioChannel
java.lang.Object
|
+----quicktime.QTObject
|
+----quicktime.std.comp.ComponentIdentifier
|
+----quicktime.std.comp.Component
|
+----quicktime.std.sg.SGChannel
|
+----quicktime.std.sg.AudioChannel
- public abstract class AudioChannel
- extends SGChannel
- implements QuickTimeLib
Assists in importing sound into a movie.
The SGChannel implements methods for a corresponding QuickTime
ComponentInstance structure.
Refer to SGChannel in QuickTime Components
-
getVolume()
- Allows you to determine a channel's sound volume setting.
-
setVolume(float)
- Allows you to set a channel's sound volume setting.
setVolume
public void setVolume(float volume) throws StdQTException
- Allows you to set a channel's sound volume setting.
QuickTime::SGSetChannelVolume QuickTime::SGSetChannelVolume
- Parameters:
- volume - the new volume setting
getVolume
public float getVolume() throws StdQTException
- Allows you to determine a channel's sound volume setting.
QuickTime::SGGetChannelVolume QuickTime::SGGetChannelVolume
- Returns:
- the current volume setting
All Packages Class Hierarchy This Package Previous Next Index